home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / e! / technote / ewtech.$04 / ewtech.004
Encoding:
Text File  |  1995-03-05  |  1.3 KB  |  34 lines

  1. E! for Windows - Technical Note    #004
  2. ********************************************
  3. Lengthy    scanning of the    compiler output    file
  4. ********************************************
  5.  
  6. To find    error messages in the compiler output file, E! processes each line
  7. of this    file (EWX.OUT) and checks it against the list of files generated by
  8. your Project file. If this list    contains numerous files    (many wildcards
  9. specifications), scanning the output file will take time. Sometimes minutes.
  10.  
  11. If you can't wait that much, you may try to shorten the process by giving
  12. hints to E! about the compiler output. This is done through the
  13. 'compkeywords' entry of    the [sytem] section of EW.INI. Before submitting any
  14. line of    the output file    to the Analyzer, E! will check whether that line
  15. contains one of    the keywords added to this entry (up to    10 keywords, up    to
  16. 20 characters each).
  17.  
  18. If at least one    of these keywords couldn't be found in the line, it is
  19. discarded, thus    sparing    the time needed    to traverse the    list of    filenames
  20. belonging to the Project file. The time    spared using this technique can    be
  21. very big when the Project file and / or    the compiler output file contain a
  22. reasonable amount of lines.
  23.  
  24.  
  25. Patrick    Philippot
  26. 02/27/93
  27.  
  28.  
  29. The "compkeyword" entry    is now automatically added to EW.INI by    the
  30. installation program of    EW 2.00.
  31.  
  32. Patrick    Philippot
  33. 04/18/93
  34.